home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / NoSelectionWoodInspector.h < prev    next >
Encoding:
Text File  |  1995-09-11  |  129 b   |  10 lines

  1.  
  2. #import "DefaultWoodInspector.h"
  3.  
  4. @interface NoSelectionWoodInspector:DefaultWoodInspector
  5.  
  6. - (BOOL)doesHandleSelection;
  7.  
  8. @end
  9.  
  10.